How install sub mod

How install sub mod

am 03.01.2010 12:46:49 von ricardo figueiredo

--0015175932de03b237047c412941
Content-Type: text/plain; charset=ISO-8859-1

I'd like to how I install a sub module.
I'm trying to install mod_lbmethod_rr.c (Revision 774239*).*
*
*
*I install APACHE using the following:*
*./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
&& make install*
*
*
*If necessary, I install APACHE again.*

Ricardo

--0015175932de03b237047c412941
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I'd like to how I install a sub module.

I'm trying to install m=
od_lbmethod_rr.c (Revision 774239 font-family: sans-serif; font-size: medium; "> style-span" style=3D"font-family: arial; font-weight: normal; font-size: sm=
all; ">).

t-size: medium; "> mily: arial; font-weight: normal; font-size: small; ">
<=
/span>

t-size: medium; "> mily: arial; font-weight: normal; font-size: small; ">I install APACHE usin=
g the following:

t-size: medium; "> mily: arial; font-weight: normal; font-size: small; ">./configure --prefix=
=3D/apache/path --enable-proxy --with-mpm=3Dworker && make &&am=
p; make install

t-size: medium; "> mily: arial; font-weight: normal; font-size: small; ">
<=
/span>

t-size: medium; "> mily: arial; font-weight: normal; font-size: small; ">If necessary, I insta=
ll APACHE again.


Ricardo



--0015175932de03b237047c412941--

Re: How install sub mod

am 03.01.2010 16:46:32 von Eric Covener

On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
wrote:
> I'd like to how I install a sub module.
> I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> I install APACHE using the following:
> ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
> && make install
> If necessary, I install APACHE again.

If you download one or two source files, and they build successfully
with apxs, there's no sense in looking any farther.

I assume that despite creating another thread, you're still debugging
the "no response" issue. Have you checked your error log yet?

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How install sub mod

am 03.01.2010 16:47:29 von Eric Covener

On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
wrote:
> I'd like to how I install a sub module.
> I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> I install APACHE using the following:
> ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
> && make install

Hrm, do you need to explicitly enable DSO support (--enable-so)?

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How install sub mod

am 04.01.2010 13:07:12 von ricardo figueiredo

--00032555ac02c0b5cc047c558f35
Content-Type: text/plain; charset=ISO-8859-1

Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c
mod_lbmethod_rr.c)
During compilation there were some WARNINGS

111:warning:excess elements in struct initializer
111:warning:(near initialization for 'round robin')
113:warning:excess elements in struct initializer
111:warning:(near initialization for 'round robin')

When I started APACHE and loaded web page in browser, doesn't show the web
page.
I saw logs/error.log and there is a SEGMENTATION FAULT.

My httpd.conf:

LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so

ProxyPass /index1.php balancer://cluster1/
ProxyPass /index2.php balancer://cluster2/


ProxySet lbmethod=roundrobin
BalancerMember http://192.168.1.11/index1.php
BalancerMember http://192.168.1.12/index1.php
BalancerMember http://192.168.1.13/index1.php
BalancerMember http://192.168.1.14/index1.php



ProxySet lbmethod=roundrobin
BalancerMember http://192.168.1.15/index2.php
BalancerMember http://192.168.1.16/index2.php


I haven't problems with others algorithms.

Ricardo

On Sun, Jan 3, 2010 at 1:47 PM, Eric Covener wrote:

> On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
> wrote:
> > I'd like to how I install a sub module.
> > I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> > I install APACHE using the following:
> > ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker &&
> make
> > && make install
>
> Hrm, do you need to explicitly enable DSO support (--enable-so)?
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--
Muito Obrigado

Ricardo

--00032555ac02c0b5cc047c558f35
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c mod_lbmethod_rr=
..c)

During compilation there were some WARNINGS

111:war=
ning:excess elements in struct initializer
111:warning:(near init=
ialization for 'round robin')



113:warning:excess elements=A0in struct initializer
111:warn=
ing:(near initialization for 'round robin')

v>When I started APACHE and loaded web page in browser, doesn't show th=
e web page.


I saw logs/error.log and there is a SEGMENTATION FAULT.

My httpd.con=
f:

LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so >

ProxyPass /index1.php balancer://cluster1/
ProxyPass /index2.php balance=
r://cluster2/

<Proxy balancer://cluster1/>
    =A0=
=A0 ProxySet lbmethod=3Droundrobin
       BalancerMember href=3D"http://192.168.1.11/index1.php">http://192.168.1.11/ index1.php<=
br>

       BalancerMember ">http://192.168.1.12/index1.php
       BalancerMember <=
a href=3D"http://192.168.1.13/index1.php">http://192.168.1.13/ index1.php >
       BalancerMember 1.php">http://192.168.1.14/index1.php


</Proxy>

<Proxy balancer://cluster2/>
    =A0=
=A0 ProxySet lbmethod=3Droundrobin
       BalancerMember href=3D"http://192.168.1.15/index2.php">http://192.168.1.15/ index2.php<=
br>       BalancerMember php">http://192.168.1.16/index2.php


</Proxy>

I haven't problems with others algorit=
hms.

Ricardo

On Sun, Jan 3, 2010 a=
t 1:47 PM, Eric Covener < il.com" target=3D"_blank">covener@gmail.com> wrote:



204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Jan =
3, 2010 at 6:46 AM, ricardo figueiredo

<ricardoog=
rande@gmail.com
> wrote:

> I'd like to how I install a sub module.

> I'm trying to install mod_lbmethod_rr.c (Revision 774239).

> I install APACHE using the following:

> ./configure --prefix=3D/apache/path --enable-proxy --with-mpm=3Dworker=
&& make

> && make install



Hrm, do you need to explicitly enable DSO support (--enable-so)?




--
Muito Obrig=
ado

Ricardo



--00032555ac02c0b5cc047c558f35--

Re: How install sub mod

am 04.01.2010 13:37:45 von ricardo figueiredo

--00032555a2a2008367047c55fd33
Content-Type: text/plain; charset=ISO-8859-1

Remember,

I haven't problems with the older revision (rev. 594659)
I have problems with the newest revision (rev. 774239)

Ricardo

On Mon, Jan 4, 2010 at 10:07 AM, ricardo figueiredo <
ricardoogrande@gmail.com> wrote:

> Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c
> mod_lbmethod_rr.c)
> During compilation there were some WARNINGS
>
> 111:warning:excess elements in struct initializer
> 111:warning:(near initialization for 'round robin')
> 113:warning:excess elements in struct initializer
> 111:warning:(near initialization for 'round robin')
>
> When I started APACHE and loaded web page in browser, doesn't show the web
> page.
> I saw logs/error.log and there is a SEGMENTATION FAULT.
>
> My httpd.conf:
>
> LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so
>
> ProxyPass /index1.php balancer://cluster1/
> ProxyPass /index2.php balancer://cluster2/
>
>
> ProxySet lbmethod=roundrobin
> BalancerMember http://192.168.1.11/index1.php
> BalancerMember http://192.168.1.12/index1.php
> BalancerMember http://192.168.1.13/index1.php
> BalancerMember http://192.168.1.14/index1.php
>

>
>
> ProxySet lbmethod=roundrobin
> BalancerMember http://192.168.1.15/index2.php
> BalancerMember http://192.168.1.16/index2.php
>

>
> I haven't problems with others algorithms.
>
> Ricardo
>
>
> On Sun, Jan 3, 2010 at 1:47 PM, Eric Covener wrote:
>
>> On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
>> wrote:
>> > I'd like to how I install a sub module.
>> > I'm trying to install mod_lbmethod_rr.c (Revision 774239).
>> > I install APACHE using the following:
>> > ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker &&
>> make
>> > && make install
>>
>> Hrm, do you need to explicitly enable DSO support (--enable-so)?
>>
>> --
>> Eric Covener
>> covener@gmail.com
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> " from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
>
> --
> Muito Obrigado
>
> Ricardo
>



--
Muito Obrigado

Ricardo

--00032555a2a2008367047c55fd33
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Remember,

I haven't problems with the older revision (rev. 59465=
9)
I have problems with the newest revision (rev. 774239)

Ricardo=


On Mon, Jan 4, 2010 at 10:07 AM, ricardo=
figueiredo < m">ricardoogrande@gmail.com> wrote:

204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well, I compiled =
mod_lbmethod_rr.c with APXS (apxs -a -i -c mod_lbmethod_rr.c)
Durin=
g compilation there were some WARNINGS


111:warning:excess elements in struct initializer
111:wa=
rning:(near initialization for 'round robin')



113:warning:excess elements=A0in struct initializer
111:warn=
ing:(near initialization for 'round robin')

v>When I started APACHE and loaded web page in browser, doesn't show th=
e web page.



I saw logs/error.log and there is a SEGMENTATION FAULT.

My httpd.con=
f:

LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so >

ProxyPass /index1.php balancer://cluster1/
ProxyPass /index2.php balance=
r://cluster2/

<Proxy balancer://cluster1/>
    =A0=
=A0 ProxySet lbmethod=3Droundrobin
       BalancerMember href=3D"http://192.168.1.11/index1.php" target=3D"_blank">http://192.168.1.=
11/index1.php




       BalancerMember " target=3D"_blank">http://192.168.1.12/index1.php
    =A0=
=A0 BalancerMember ank">http://192.168.1.13/index1.php

       BalancerMember " target=3D"_blank">http://192.168.1.14/index1.php


</Proxy>

<Proxy balancer://cluster2/>
    =A0=
=A0 ProxySet lbmethod=3Droundrobin
       BalancerMember href=3D"http://192.168.1.15/index2.php" target=3D"_blank">http://192.168.1.=
15/index2.php

       BalancerMember 2.168.1.16/index2.php" target=3D"_blank">http://192.168.1.16/index2.php=




</Proxy>

I haven't problems with others algorit=
hms.

Ricardo


gmail_quote">On Sun, Jan 3, 2010 at 1:47 PM, Eric Covener ><covener@gmail.c=
om
>
wrote:




204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Jan =
3, 2010 at 6:46 AM, ricardo figueiredo

<ricardoog=
rande@gmail.com
> wrote:

> I'd like to how I install a sub module.

> I'm trying to install mod_lbmethod_rr.c (Revision 774239).

> I install APACHE using the following:

> ./configure --prefix=3D/apache/path --enable-proxy --with-mpm=3Dworker=
&& make

> && make install



Hrm, do you need to explicitly enable DSO support (--enable-so)?




-- >Muito Obrigado

Ricardo





--
Muito Obrigado

R=
icardo


--00032555a2a2008367047c55fd33--

Re: How install sub mod

am 04.01.2010 13:43:22 von Eric Covener

On Mon, Jan 4, 2010 at 7:37 AM, ricardo figueiredo
wrote:
> Remember,
>
> I haven't problems with the older revision (rev. 594659)
> I have problems with the newest revision (rev. 774239)

Do you mean all the rest of trunk, because mod_lbmethod_rr.c has never
been modified.

http://httpd.apache.org/dev/debugging.html

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How install sub mod

am 04.01.2010 13:55:17 von ricardo figueiredo

--00032555accab7fdb7047c563bc2
Content-Type: text/plain; charset=ISO-8859-1

I told that because have difference between both links:
link_1
and link_2
I thought that link_2 was the newest version. Is that right ??

Ricardo

On Mon, Jan 4, 2010 at 10:43 AM, Eric Covener wrote:

> On Mon, Jan 4, 2010 at 7:37 AM, ricardo figueiredo
> wrote:
> > Remember,
> >
> > I haven't problems with the older revision (rev. 594659)
> > I have problems with the newest revision (rev. 774239)
>
> Do you mean all the rest of trunk, because mod_lbmethod_rr.c has never
> been modified.
>
> http://httpd.apache.org/dev/debugging.html
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--
Muito Obrigado

Ricardo

--00032555accab7fdb7047c563bc2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I told that because have difference between both links:=A0 vn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbm ethod_rr.c?view=
=3Dmarkup&pathrev=3D594659">link_1
=A0and=A0 ache.org/viewvc/httpd/httpd/trunk/modules/proxy/examples/mod _lbmethod_rr.c?=
revision=3D774239&view=3Dco&pathrev=3D774239">link_2


I thought that link_2 was the newest version. Is that right ??
r>
Ricardo

On Mon, Jan 4=
, 2010 at 10:43 AM, Eric Covener < vener@gmail.com">covener@gmail.com> wrote:

x #ccc solid;padding-left:1ex;">Do you mean all the rest of trunk, because mod_lbmethod_rr.c has neve=
r

been modified.



ht=
tp://httpd.apache.org/dev/debugging.html




--

Eric Covener





------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: @httpd.apache.org">users-digest-unsubscribe@httpd.apache.org

For additional commands, e-mail: org">users-help@httpd.apache.org






--
Muito Obrig=
ado

Ricardo



--00032555accab7fdb7047c563bc2--

Re: How install sub mod

am 04.01.2010 14:42:57 von Eric Covener

On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo
wrote:
> I told that because have difference between both links:=A0link_1=A0and=A0=
link_2
> I thought that link_2 was the newest version. Is that right ??
> Ricardo

Sorry, I was mistaken.


--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How install sub mod

am 04.01.2010 14:47:46 von ricardo figueiredo

--00032555a27e66ebd4047c56f726
Content-Type: text/plain; charset=ISO-8859-1

So, I've had problems with the newest version.
Happened some SEGMENTATION FAULT.

Have any idea ??
Ricardo

On Mon, Jan 4, 2010 at 11:42 AM, Eric Covener wrote:

> On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo
> wrote:
> > I told that because have difference between both links: link_1 and link_2
> > I thought that link_2 was the newest version. Is that right ??
> > Ricardo
>
> Sorry, I was mistaken.
>
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--
Muito Obrigado

Ricardo

--00032555a27e66ebd4047c56f726
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

So, I've had problems with the newest version.

Happened some SEGMEN=
TATION FAULT.

Have any idea ??
Ricardo r>



--
Muito Obrig=
ado

Ricardo



--00032555a27e66ebd4047c56f726--

Re: How install sub mod

am 04.01.2010 14:53:02 von Eric Covener

On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo
wrote:
> So, I've had problems with the newest version.
> Happened some SEGMENTATION FAULT.
> Have any idea ??

See the debugging link in previous response.

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: How install sub mod

am 04.01.2010 14:54:54 von ricardo figueiredo

--00032555a27ee74d18047c57101f
Content-Type: text/plain; charset=ISO-8859-1

OK !!

Ricardo

On Mon, Jan 4, 2010 at 11:53 AM, Eric Covener wrote:

> On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo
> wrote:
> > So, I've had problems with the newest version.
> > Happened some SEGMENTATION FAULT.
> > Have any idea ??
>
> See the debugging link in previous response.
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--
Muito Obrigado

Ricardo

--00032555a27ee74d18047c57101f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

OK !!


Ricardo




--
Muito Obrig=
ado

Ricardo



--00032555a27ee74d18047c57101f--